home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / MINICOM-.{1F / INSTALL.{_2 < prev    next >
Text File  |  1999-09-17  |  3KB  |  75 lines

  1.  
  2.              Installation for Minicom 1.79 - 1.82.
  3.  
  4.  
  5. Edit the Makefile to choose your C-compiler and CFLAGS. Entries
  6. for a lot of systems are already defined, you only have to
  7. uncomment them. Also define where your binaries go and where you want
  8. the configuration files to be placed.
  9.  
  10. The default configuration is to compile for Linux, and to install it in
  11. /usr/bin and /etc.
  12.  
  13. Now you may edit "config.h". Reasonable defaults for some systems are
  14. already filled in, and changes will probably not be needed.  Most of the
  15. system defaults defined here can also be changed by running minicom as root
  16. with the -s option, so there should not be much need to edit config.h
  17. (unless you are adding some new features to the program :-)
  18.  
  19. If everything is allright, you can type "make" and "minicom",
  20. and "runscript" will be compiled. Ignore any warnings you might
  21. see; I couldn't keep the source generic and at the same time
  22. get all compilers to shut up (Linux and Coherent compilers don't
  23. give warnings; the BSD 2.3.3 gcc does).
  24. If you have gotten this far, it is time to install the executables.
  25.  
  26. if you trust the installation procedure (I do!) you can just type
  27. 'make install' as root. If you insist on installing manually:
  28.  
  29. 1. Copy "minicom" to a bin directory (eg /usr/bin).  
  30.    chown it to root and install it set-uid (chmod 4755 minicom, NOT
  31.    recommended) or make your modem device (/dev/ttyS1 or something like
  32.    that) world writable (chmod a+rw /dev/ttyS1), or give rw permissions to
  33.    the group owning the device (chmod g+rw /dev/ttyS1) and join all users
  34.    that you allow to use minicom to that group.
  35. 2. Copy "runscript" to the same "bin" directory.
  36. 3. Copy "xminicom" to this directory too. It's a little shell
  37.    script that puts up an xterm with minicom in it.
  38. 4. Copy "keyserv" to the LIB directory defined in the Makefile.
  39.    (If you have a system with the select() system call, you won't
  40.     have the 'keyserv' binary anymore !).
  41.    Don't install "runscript" and/or "keyserv" setuid root!
  42. 5. Edit the "minicom.users" file (in the directory as defined in
  43.    "Makefile") to add users who may use minicom. If you don't
  44.    install "minicom.users" everybody may use minicom!
  45. 6  Minicom has been installed.
  46.  
  47. X/Y/Z modem.
  48.  
  49. Minicom works with zmodem version that use stdin/stdout for
  50. communication with the modems. Newer zmodem versions don't do this,
  51. AND they are copyrighted
  52.  
  53. Fortunately there is a free PD zmodem now, based on one of the older (PD)
  54. zmodem sources. This one is called "lrzsz". It may be included in this
  55. package, or it might already be on your system; otherwise you can find it
  56. on the net by searching for lrzsz with "archie".
  57.  
  58. Configuration.
  59.  
  60. Probably some defaults are not good enough for your system.
  61. So type (still as root) "minicom -s". This will not initialize
  62. minicom but takes you directly into the configuration menu. 
  63. After you have it configured, remember to select "Save setup as dfl" from
  64. the configuration menu to save the settings as system defaults.
  65. See the minicom manual page for details.
  66.  
  67. Graphics with terminfo (ncurses).
  68.  
  69. If you want minicom to use the ANSI or IBM-PC character set,
  70. check the following directories and read the README files:
  71.  
  72. terminfo/  if you're on a terminfo system (Debian Linux, sysv)
  73. termcap/   if you're on a termcap system.
  74.  
  75.